home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_019 / jayminerslides / dpslide.doc < prev    next >
Text File  |  1992-05-06  |  4KB  |  105 lines

  1. DPSlide v1.0  25-Jan-86
  2. Copyright (C) 1986  Paul A. Biondo
  3.  
  4. by
  5.  
  6. Paul A. Biondo
  7. 185 Powderhouse Blvd.
  8. Somerville, MA 02144
  9.  
  10. CompuServe: 74746,277
  11.  
  12. DPSlide is a slide show program for displaying graphic images which
  13. are output from the Deluxe Paint program from Electronic Arts, and those
  14. images which are compatible with that output.
  15.  
  16. DPSlide allows the user to select the slides which are to be shown, the
  17. length of time for each slide to appear on the screen and the method of
  18. bringing the slide up on to the screen.  There are five methods for
  19. bringing a slide up on to the screen.
  20.  
  21. The five methods are:
  22.  
  23. Pop Up: The slide pops on the screen instantaneously.
  24. Fade In: The slide fades on to the screen.
  25. Fade Out/Fade In: The old slide fades out, then the new one fades in.
  26. Scroll Up: The new slide scrolls up over the old slide.
  27. Scroll All: The entire display scrolls up bringing the new slide into view.
  28.  
  29. Amiga owners with 512K of memory can display any combination of Deluxe
  30. Paint images, mixing low, medium and hi resolution images.  Owners with
  31. only 256K of memory are limited to only displaying low resolution images.
  32.  
  33. Warning for 512K owners: using two hi resolutions images in a row, uses
  34. a large amount of memory.  When doing this, if memory is fragmented, the
  35. program may not be able to get all the memory it needs and may crash.  To
  36. insure that you have enough memory, reboot before running the program
  37. and make sure no other CLIs are running.
  38.  
  39.  
  40. Running the program:
  41. --------------------
  42.  
  43. To run the program type:
  44.  
  45. DPSlide <commandfile>
  46.  
  47. The program will loop continuously thru the command file displaying the
  48. slides as directed.  While the program is executing and the DPSlide window
  49. is the active one on the WorkBench screen, there are three function keys
  50. available.
  51.  
  52. The F1 key can be used to pause the program so that whatever slide is on
  53. screen will stay until F1 is hit again.  The F2 key is used to push DPSlide
  54. to the background and make the WorkBench screen come to the top.  At this
  55. point you can run other programs from any CLIs that are available.  To
  56. return to DPSlide hit F2 again.  Make sure that you click in the DPSlide
  57. window first to activate it, so that the F2 will be read by DPSlide.  The
  58. F10 key is used to exit DPSlide.
  59.  
  60.  
  61. Building the command file:
  62. --------------------------
  63. The command file is a text file created with any Amiga editor.  It has the
  64. format of one line per slide.  Each line contains five elements seperated
  65. by commas.
  66.  
  67. filename,startmode,displaymode,endmode,displaytime
  68.  
  69. filename: This should be the name of the slide.  It can contain any valid
  70.           Amiga filename that does not include a comma, including the
  71.           location of that file if it is not in the current directory.
  72.           It should be limited to 80 characters.
  73.  
  74. startmode: The method used to bring the slide up on the screen.
  75.            0 = Pop Up
  76.            1 = Fade In
  77.            2 = Fade Out/Fade In
  78.            3 = Scroll Up
  79.            4 = Scroll All
  80.  
  81. displaymode: Not currently implemented.  Should always be 0.
  82.  
  83. endmode: Not currently implemented.  Should always be 0.
  84.  
  85. displaytime: Number of seconds to display image before starting to load
  86.              the next image into memory.
  87.  
  88. There should be no blank lines in the command file.  Below is an example
  89. of a command file.
  90.  
  91. KingTut,0,0,0,10
  92. Starflight,2,0,0,8
  93. PaintCan,3,0,0,10
  94.  
  95. This would display the KingTut image for 10 seconds using the Pop Up method,
  96. the Starflight image for 8 seconds using the Fade In/Fade Out method and the
  97. PaintCan image for 10 seconds using the Scroll Up method.  These 3 images
  98. would be continuously displayed until F10 is hit.
  99.  
  100.  
  101. If you have any comments or suggestions please feel free to write me at
  102. the address above or on CompuServe.  I hope you have fun using the program.
  103.  
  104. Paul A. Biondo
  105.